﻿body{
    text-align:center;
}

.code-container{
    height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}